@charset "utf-8";
/*
lighten(@color, 10%);  返回的颜色在@color基础上变亮10% *
darken(@color, 10%);  返回的颜色在@color基础上变暗10%*
saturate(@color, 10%);   返回的颜色在@color基础上饱和度增加10% *
desaturate(@color, 10%); 返回的颜色在@color基础上饱和度降低10%*
spin(@color, 10);  返回的颜色在@color基础上色调增加10*
spin(@color, -10);  返回的颜色在@color基础上色调减少10 
mix(@color1, @color2);  返回的颜色是@color1和@color2两者的混合色  
*/
/* 
    RJ-CMS CSS Variables 
    其中的注释说明：
    simple configuration 表示简易配置sponsive unique 响应式特有
*/
/*************** 色调 ************************/
/* 主色调 simple configuration */
/* 辅色调 simple configuration */
/* 成功色 */
/* 信息色 */
/* 提醒色 */
/* 警告色 */
/* 强调色（文字滑过效果，可与主色一致）*/
/* 融合色 */
/* 背景色(可与主色一致) */
/* 边框色 */
/***************end 色调 ************************/
/*************** 字体 ************************/
/* 大于768下基础字体*/
/* 小于768下基础字体*/
/*文字下划线*/
/* 基础字体大小,行高，宽度，字体颜色,字体链接色，链接背景颜色  */
/*强调的文字字体大小，行高，宽度*/
/***************logo图片 ************************/
/***************END logo图片 ********************/
/*************** 背景 ************************/
/* 背景色 simple configuration */
/* 背景图片 simple configuration */
/* 背景图片展示方式 */
/* 背景图片对齐方式 */
/* header背景图片 simple configuration */
/***************end 背景 ************************/
/*************** 模块外框 ************************/
/* 模块外框头部背景颜色*/
/* 面板背景颜色*/
/***************end 模块外框 ************************/
/*************** 边框 ************************/
/* 基础边框宽度 样式 颜色*/
/* 辅助边框宽度 样式 颜色*/
/***************end 边框 ************************/
/****************** 间距 *********************/
/* modhead内边距 */
/* modcon内边距 */
/* mod块上边外间距 */
/* mod块左边外间距 */
/*通用边距 */
/***************end 间距************************/
/* 主标题 */
/* 主标题字体颜色  鼠标经过颜色  字体大小 行高 字体风格 字体宽度*/
/* 副标题 */
/* 主标题字体颜色  鼠标经过颜色  字体大小 行高 字体风格 字体宽度*/
/***************end 标题 ************************/
/***************  小图标 ************************/
/*热点小图标 */
/*最新消息小图标 */
/*排行小图标 */
/***************  默认圆角 ************************/
/* CSS Document */
/*
直角模块：
大模块：mod-rec-l1;mod-rec-l2;
小模块：mod-rec-s1;

TAB模块：tab-cir-1;tab-cir-2;

LI强调信息：em-news;
LI前缀：preicon;
类别：sort
时间：time

/*字体*/
body {
  font-size: 0.875rem;
  font-family: "微软雅黑", Helvetica;
  line-height: 2em;
  background: url(../images/body-bg.png);
  background-repeat: repeat-x;
}
/*手机与PAD版默认字体大小与样式*/
@media only screen and (min-width: 769px) {
  body {
    font-size: 0.75em;
    font-family: "微软雅黑";
  }
  /*PC版默认字体大小与样式*/
}
/*链接*/
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1f83d8;
  text-decoration: none;
}
/*更多*/
.more {
  float: right;
}
.more a:hover {
  text-decoration: underline;
}
.btn-more {
  padding: 5px 0;
  margin-top: 10px;
}
.btn-more a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  text-align: center;
  border: 1px solid #dbdbdb;
  height: 44px;
  line-height: 44px;
  background-color: #fcfcfc;
}
/*文字颜色*/
.p-color,
.p-color:hover,
.p-color a,
.p-color a:hover {
  color: #1f83d8 !important;
}
.s-color,
.s-color:hover {
  color: #d0d0d0;
}
.font-primary,
.font-primary:hover {
  color: #1f83d8;
}
.font-secondary,
.font-secondary:hover {
  color: #d0d0d0;
}
.font-success,
.font-success:hover {
  color: #28b779;
}
.font-alert,
.font-alert:hover {
  color: #ff4200;
}
.font-warning,
.font-warning:hover {
  color: #fe8313;
}
.font-info,
.font-info:hover {
  color: #2898fd;
}
.font-gray,
.font-gray:hover {
  color: #999;
}
em {
  font-style: normal;
  color: #db2300;
}
/*边框样式*/
.p-border {
  border: 1px solid #aacbee;
}
.s-border {
  border: 1px dashed #e6e6e6;
}
.no-border {
  border: none !important;
}
/*边距*/
/* 边距.上下左右默认全局.无边距:no-margin,no-padding */
.mar1 {
  margin: 1px !important;
}
.mar5 {
  margin: 5px !important;
}
.mar7 {
  margin: 7px !important;
}
.mar10 {
  margin: 10px !important;
}
.mar15 {
  margin: 15px !important;
}
.mar20 {
  margin: 20px !important;
}
.mar25 {
  margin: 25px !important;
}
.mar30 {
  margin: 30px !important;
}
.mar35 {
  margin: 35px !important;
}
.mar40 {
  margin: 40px !important;
}
.mar45 {
  margin: 45px !important;
}
.mar50 {
  margin: 50px !important;
}
.margin-t4 {
  margin-top: 4px !important;
}
.margin-r4 {
  margin-right: 4px !important;
}
.margin-b4 {
  margin-bottom: 4px !important;
}
.margin-l4 {
  margin-left: 4px !important;
}
.margin-t {
  margin-top: 10px !important;
}
.margin-r {
  margin-right: 10px !important;
}
.margin-b {
  margin-bottom: 10px !important;
}
.margin-l {
  margin-left: 10px !important;
}
.margin-l10 {
  margin-left: 10px !important;
}
.margin-t8 {
  margin-top: 8px !important;
}
.margin-t10 {
  margin-top: 10px !important;
}
.margin-b10 {
  margin-bottom: 10px !important;
}
.margin-r10 {
  margin-right: 10px !important;
}
.margin-l20 {
  margin-left: 20px !important;
}
.margin-t20 {
  margin-top: 20px !important;
}
.margin-b20 {
  margin-bottom: 20px !important;
}
.margin-r20 {
  margin-right: 20px !important;
}
.margin-l30 {
  margin-left: 30px !important;
}
.margin-t30 {
  margin-top: 30px !important;
}
.margin-b30 {
  margin-bottom: 30px !important;
}
.margin-r30 {
  margin-right: 30px !important;
}
.margin-l40 {
  margin-left: 40px !important;
}
.margin-t40 {
  margin-top: 40px !important;
}
.margin-b40 {
  margin-bottom: 40px !important;
}
.margin-r40 {
  margin-right: 40px !important;
}
.margin-l50 {
  margin-left: 50px !important;
}
.margin-t50 {
  margin-top: 50px !important;
}
.margin-b50 {
  margin-bottom: 50px !important;
}
.margin-r50 {
  margin-right: 50px !important;
}
.margin-l70 {
  margin-left: 70px !important;
}
.margin-t70 {
  margin-top: 70px !important;
}
.margin-b70 {
  margin-bottom: 70px !important;
}
.margin-r70 {
  margin-right: 70px !important;
}
.margin-l90 {
  margin-left: 90px !important;
}
.margin-t90 {
  margin-top: 90px !important;
}
.margin-b90 {
  margin-bottom: 90px !important;
}
.margin-r90 {
  margin-right: 90px !important;
}
.margin-l110 {
  margin-left: 110px !important;
}
.margin-t110 {
  margin-top: 110px !important;
}
.margin-b110 {
  margin-bottom: 110px !important;
}
.margin-r110 {
  margin-right: 110px !important;
}
.no-margin {
  margin: 0px !important;
}
.pad1 {
  padding: 1px !important;
}
.pad5 {
  padding: 5px !important;
}
.pad10 {
  padding: 10px !important;
}
.pad15 {
  padding: 15px !important;
}
.pad20 {
  padding: 20px !important;
}
.pad25 {
  padding: 25px !important;
}
.pad30 {
  padding: 30px !important;
}
.pad35 {
  padding: 35px !important;
}
.pad40 {
  padding: 40px !important;
}
.pad45 {
  padding: 45px !important;
}
.pad50 {
  padding: 50px !important;
}
.padding-t {
  padding-top: 10px !important;
}
.padding-r {
  padding-right: 10px !important;
}
.padding-b {
  padding-bottom: 10px !important;
}
.padding-l {
  padding-left: 10px !important;
}
.padding-l10 {
  padding-left: 10px !important;
}
.padding-t10 {
  padding-top: 10px !important;
}
.padding-b10 {
  padding-bottom: 10px !important;
}
.padding-r10 {
  padding-right: 10px !important;
}
.padding-l20 {
  padding-left: 20px !important;
}
.padding-t20 {
  padding-top: 20px !important;
}
.padding-b20 {
  padding-bottom: 20px !important;
}
.padding-r20 {
  padding-right: 20px !important;
}
.padding-l30 {
  padding-left: 30px !important;
}
.padding-t30 {
  padding-top: 30px !important;
}
.padding-b30 {
  padding-bottom: 30px !important;
}
.padding-r30 {
  padding-right: 30px !important;
}
.padding-l40 {
  padding-left: 40px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
.padding-b40 {
  padding-bottom: 40px !important;
}
.padding-r40 {
  padding-right: 40px !important;
}
.padding-l50 {
  padding-left: 50px !important;
}
.padding-t50 {
  padding-top: 50px !important;
}
.padding-b50 {
  padding-bottom: 50px !important;
}
.padding-r50 {
  padding-right: 50px !important;
}
.padding-l60 {
  padding-left: 60px !important;
}
.padding-t60 {
  padding-top: 60px !important;
}
.padding-b60 {
  padding-bottom: 60px !important;
}
.padding-r60 {
  padding-right: 60px !important;
}
.padding-l70 {
  padding-left: 70px !important;
}
.padding-t70 {
  padding-top: 70px !important;
}
.padding-b70 {
  padding-bottom: 70px !important;
}
.padding-r70 {
  padding-right: 70px !important;
}
.padding-l90 {
  padding-left: 90px !important;
}
.padding-t90 {
  padding-top: 90px !important;
}
.padding-b90 {
  padding-bottom: 90px !important;
}
.padding-r90 {
  padding-right: 90px !important;
}
.padding-l110 {
  padding-left: 110px !important;
}
.padding-t110 {
  padding-top: 110px !important;
}
.padding-b110 {
  padding-bottom: 110px !important;
}
.padding-r110 {
  padding-right: 110px !important;
}
.no-padding {
  padding: 0px !important;
}
/*大中小屏边距*/
@media only screen and (max-width: 640px) {
  .small-pad10 {
    padding: 10px !important;
  }
  .small-pad20 {
    padding: 20px !important;
  }
  .small-padding-t {
    padding-top: 10px !important;
  }
  .small-padding-b {
    padding-bottom: 10px !important;
  }
  .small-padding-l {
    padding-left: 10px !important;
  }
  .small-padding-r {
    padding-right: 10px !important;
  }
  .small-padding-t0 {
    padding-top: 0 !important;
  }
  .small-padding-b0 {
    padding-bottom: 0 !important;
  }
  .small-padding-l0 {
    padding-left: 0 !important;
  }
  .small-padding-r0 {
    padding-right: 0 !important;
  }
  .small-no-padding {
    padding: 0 !important;
  }
  .small-mar10 {
    margin: 10px !important;
  }
  .small-mar20 {
    margin: 20px !important;
  }
  .small-margin-t {
    margin-top: 10px !important;
  }
  .small-margin-b {
    margin-bottom: 10px !important;
  }
  .small-margin-l {
    margin-left: 10px !important;
  }
  .small-margin-r {
    margin-right: 10px !important;
  }
  .small-margin-t0 {
    margin-top: 0 !important;
  }
  .small-margin-b0 {
    margin-bottom: 0 !important;
  }
  .small-margin-l0 {
    margin-left: 0 !important;
  }
  .small-margin-r0 {
    margin-right: 0 !important;
  }
  .small-no-margin {
    margin: 0 !important;
  }
  .small-no-margin {
    margin: 0px !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .medium-padding-t {
    padding-top: 10px !important;
  }
  .medium-padding-b {
    padding-bottom: 10px !important;
  }
  .medium-padding-l {
    padding-left: 10px !important;
  }
  .medium-padding-r {
    padding-right: 10px !important;
  }
  .medium-padding-t0 {
    padding-top: 0 !important;
  }
  .medium-padding-b0 {
    padding-bottom: 0 !important;
  }
  .medium-padding-l0 {
    padding-left: 0 !important;
  }
  .medium-padding-r0 {
    padding-right: 0 !important;
  }
  .medium-no-padding {
    padding: 0 !important;
  }
  .medium-margin-t {
    margin-top: 10px !important;
  }
  .medium-margin-b {
    margin-bottom: 10px !important;
  }
  .medium-margin-l {
    margin-left: 10px !important;
  }
  .medium-margin-r {
    margin-right: 10px !important;
  }
  .medium-margin-t0 {
    margin-top: 0 !important;
  }
  .medium-margin-b0 {
    margin-bottom: 0 !important;
  }
  .medium-margin-l0 {
    margin-left: 0 !important;
  }
  .medium-margin-r0 {
    margin-right: 0 !important;
  }
  .medium-no-margin {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .large-padding-t {
    padding-top: 10px !important;
  }
  .large-padding-b {
    padding-bottom: 10px !important;
  }
  .large-padding-l {
    padding-left: 10px !important;
  }
  .large-padding-r {
    padding-right: 10px !important;
  }
  .large-padding-t0 {
    padding-top: 0 !important;
  }
  .large-padding-b0 {
    padding-bottom: 0 !important;
  }
  .large-padding-l0 {
    padding-left: 0 !important;
  }
  .large-padding-r0 {
    padding-right: 0 !important;
  }
  .large-no-padding {
    padding: 0 !important;
  }
  .large-margin-t {
    margin-top: 10px !important;
  }
  .large-margin-b {
    margin-bottom: 10px !important;
  }
  .large-margin-l {
    margin-left: 10px !important;
  }
  .large-margin-r {
    margin-right: 10px !important;
  }
  .large-margin-t0 {
    margin-top: 0 !important;
  }
  .large-margin-b0 {
    margin-bottom: 0 !important;
  }
  .large-margin-l0 {
    margin-left: 0 !important;
  }
  .large-margin-r0 {
    margin-right: 0 !important;
  }
  .large-no-margin {
    margin: 0 !important;
  }
}
/*背景颜色*/
.bg-primary {
  background: #1f83d8 !important;
  color: #ffffff;
}
.bg-secondary {
  background: #d0d0d0 !important;
  color: #ffffff;
}
.bg-success {
  background: #28b779 !important;
  color: #ffffff;
}
.bg-alert {
  background: #ff4200 !important;
  color: #ffffff;
}
.bg-warning {
  background: #fe8313 !important;
  color: #ffffff;
}
.bg-info {
  background: #2898fd !important;
  color: #ffffff;
}
.bg-white {
  background: #ffffff !important;
}
/*表单按钮，默认按钮：button; 按钮风格2：secondary 不可点击按钮：disabled;  扩展按钮：expand*/
button,
.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #1f83d8;
  border-color: #1f83d8;
  color: #ffffff;
  transition: background-color 300ms ease-out;
}
button:active,
.button:active {
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.125);
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #ffffff;
}
button.default,
.button.default {
  background-color: #ffffff;
  border-color: #d0d0d0;
  color: #000;
  border-width: 1px;
}
button.default:hover,
button.default:focus,
.button.default:hover,
.button.default:focus {
  background-color: #ffffff;
  color: #000;
  border-color: #d0d0d0;
}
button.hollow,
.button.hollow {
  background-color: #ffffff;
  border-color: #1f83d8;
  color: #1f83d8;
  border-width: 1px;
}
button.hollow:hover,
button.hollow:focus,
.button.hollow:hover,
.button.hollow:focus {
  background-color: #ffffff;
  color: #72b3eb;
  border-color: #72b3eb;
}
button.secondary,
.button.secondary {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #000;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #b7b7b7;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #000;
}
button.secondary.hollow,
.button.secondary.hollow {
  background-color: #ffffff;
  border-color: #d0d0d0;
  color: #d0d0d0;
  border-width: 1px;
}
button.secondary.hollow:hover,
button.secondary.hollow:hover,
.button.secondary.hollow:hover,
.button.secondary.hollow:hover {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
button.success,
.button.success {
  background-color: #28b779;
  border-color: #28b779;
  color: #ffffff;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #1f8d5d;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: #ffffff;
}
button.success.hollow,
.button.success.hollow {
  background-color: #ffffff;
  border-color: #28b779;
  color: #28b779;
  border-width: 1px;
}
button.success.hollow:hover,
button.success.hollow:focus,
.button.success.hollow:hover,
.button.success.hollow:focus {
  background-color: #ffffff;
  color: #67deaa;
  border-color: #67deaa;
}
button.alert,
.button.alert {
  background-color: #ff4200;
  border-color: #ff4200;
  color: #ffffff;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #cc3500;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: #ffffff;
}
button.alert.hollow,
.button.alert.hollow {
  background-color: #ffffff;
  border-color: #ff4200;
  color: #ff4200;
  border-width: 1px;
}
button.alert.hollow:hover,
button.alert.hollow:focus,
.button.alert.hollow:hover,
.button.alert.hollow:focus {
  background-color: #ffffff;
  color: #ff8e66;
  border-color: #ff8e66;
}
button.warning,
.button.warning {
  background-color: #fe8313;
  border-color: #fe8313;
  color: #ffffff;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  background-color: #dd6a01;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  color: #ffffff;
}
button.warning.hollow,
.button.warning.hollow {
  background-color: #ffffff;
  border-color: #fe8313;
  color: #fe8313;
  border-width: 1px;
}
button.warning.hollow:hover,
button.warning.hollow:focus,
.button.warning.hollow:hover,
.button.warning.hollow:focus {
  background-color: #ffffff;
  color: #feb879;
  border-color: #feb879;
}
button.info,
.button.info {
  background-color: #2898fd;
  border-color: #2898fd;
  color: #ffffff;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  background-color: #027ff0;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  color: #ffffff;
}
button.info.hollow,
.button.info.hollow {
  background-color: #ffffff;
  border-color: #2898fd;
  color: #2898fd;
  border-width: 1px;
}
button.info.hollow:hover,
button.info.hollow:focus,
.button.info.hollow:hover,
.button.info.hollow:focus {
  background-color: #ffffff;
  color: #8dc8fe;
  border-color: #8dc8fe;
}
button.btnlink,
.button.btnlink {
  background: none;
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #666;
}
button.btnlink:hover,
button.btnlink:focus,
.button.btnlink:hover,
.button.btnlink:focus {
  background: none;
  border-color: none;
  color: #1f83d8;
}
button.btnlink:hover,
button.btnlink:focus,
.button.btnlink:hover,
.button.btnlink:focus {
  color: #1f83d8;
}
button.large,
.button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.small,
.button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
button.tiny,
.button.tiny {
  padding-top: 0.6875rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
button.expand,
.button.expand {
  width: 100%;
}
button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius,
.button.radius {
  border-radius: 3px;
}
button.round,
.button.round {
  border-radius: 1000px;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #1f83d8;
  border-color: #1f83d8;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #1f83d8;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #ffffff;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #1f83d8;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #d0d0d0;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #d0d0d0;
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #28b779;
  border-color: #28b779;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #28b779;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #ffffff;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #28b779;
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #ff4200;
  border-color: #ff4200;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #ff4200;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #ffffff;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #ff4200;
}
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
  background-color: #fe8313;
  border-color: #fe8313;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #fe8313;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  color: #ffffff;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #fe8313;
}
button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
  background-color: #2898fd;
  border-color: #2898fd;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #2898fd;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  color: #ffffff;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #2898fd;
}
button.disabled.btnlink,
button[disabled].btnlink,
.button.disabled.btnlink,
.button[disabled].btnlink {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.btnlink:hover,
button.disabled.btnlink:focus,
button[disabled].btnlink:hover,
button[disabled].btnlink:focus,
.button.disabled.btnlink:hover,
.button.disabled.btnlink:focus,
.button[disabled].btnlink:hover,
.button[disabled].btnlink:focus {
  background-color: none;
}
button.disabled.btnlink:hover,
button.disabled.btnlink:focus,
button[disabled].btnlink:hover,
button[disabled].btnlink:focus,
.button.disabled.btnlink:hover,
.button.disabled.btnlink:focus,
.button[disabled].btnlink:hover,
.button[disabled].btnlink:focus {
  color: #333;
}
button.disabled.btnlink:hover,
button.disabled.btnlink:focus,
button[disabled].btnlink:hover,
button[disabled].btnlink:focus,
.button.disabled.btnlink:hover,
.button.disabled.btnlink:focus,
.button[disabled].btnlink:hover,
.button[disabled].btnlink:focus {
  background-color: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 641px) {
  button,
  .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}
/* Label Styles */
label {
  font-size: 1rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 2;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}
label input,
label select,
label textare {
  margin-bottom: 5px;
}
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #1f83d8;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e9e9e9;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}
/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}
span.postfix,
label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
.input-layout:focus,
.input-layout:active {
  background: #fafafa;
  border-color: #72b3eb;
  box-shadow: inset 0 0 3px #cbe3f8;
  outline: none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #eee;
  cursor: default;
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: #eee;
  cursor: default;
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 3px;
}
.input-layout {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  white-space: nowrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.input-layout .placeholder {
  display: inline;
  border: none;
  margin-right: 5px;
  color: #888;
  line-height: 1em;
  width: auto;
  box-shadow: none;
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}
/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}
/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}
select:hover,
select:focus {
  border-color: #72b3eb;
  box-shadow: inset 0 0 3px #cbe3f8;
  outline: none;
}
/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
/* Normalize file input width */
input[type="file"] {
  width: 100%;
}
/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}
/* Error Handling */
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.175rem 0.5625rem 0.375rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error,
[data-abide] small.error {
  display: none;
}
span.error,
small.error {
  display: none;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}
label.error {
  color: #f04124;
}
/*-----------------公共模块----------------------*/
/*--布局背景--*/
body {
  min-width: 320px;
  transition: background .3s;
}
/*默认模块*/
.modhead {
  background-color: #eff6fd;
  border-bottom: 1px solid #aacbee;
  height: 40px;
  line-height: 40px;
}
.modhead a:hover {
  text-decoration: none;
}
.modhead .modtitle {
  float: left;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 15px;
}
.modhead .modtitle a {
  color: #1f83d8;
}
.modmore {
  float: right;
  font-size: 12px;
  padding: 0px 10px;
}
.modhead .modmore a {
  color: #1f83d8;
}
.modcon {
  padding: 10px;
  background-color: #fff;
}
.modcon img {
  max-width: 100%;
}
.modtitle h2,
.modtitle h3,
.modtitle h4,
.modtitle h2 a,
.modtitle h3 a,
.modtitle h4 a,
.tabtitle h2,
.tabtitle h3,
.tabtitle h4,
.tabtitle h2 a,
.tabtitle h3 a,
.tabtitle h4 a,
.tab li h2,
.tab li h3,
.tab li h4,
.tab li h2 a,
.tab li h3 a,
.tab li h4 a {
  font-weight: inherit;
  font-size: inherit;
}
/*模块一样式*/
.mod-rec-l1 {
  border: 1px solid #aacbee;
}
.mod-rec-l1 .modhead .modtitle {
  border-right: 1px solid #aacbee;
  background-color: #fff;
}
.mod-rec-l1 .modcon img {
  margin-bottom: 11px;
}
.mod-rec-l1 .modcon ul {
  font-size: 12px;
}
.mod-rec-l1 .modcon li a {
  font-size: 14px;
}
.dynamic .modhead .modtitle {
  color: #fe8313;
  font-size: 18px;
}
.dynamic .modcon .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inherit;
  padding-right: 65px;
  line-height: 2;
}
.dynamic .modcon .time {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.dynamic .modcon .con {
  display: none;
}
.dynamic .modcon li.active {
  background: none;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.dynamic .modcon li.active .title {
  color: #1f83d8;
  font-size: 20px;
  padding: 0;
}
.dynamic .modcon li.active .time {
  display: none;
}
.dynamic .modcon li.active .con {
  display: block;
  color: #9a9a9a;
  text-indent: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.dynamic .modcon li.active .con a {
  font-size: 12px;
}
.zx_list li.current {
  background: none;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 8px;
  margin-bottom: 6px;
}
.zx_list li.current .title {
  color: #1f83d8;
  font-size: 20px;
  padding: 0;
  font-family: "微软雅黑", Helvetica, sans-serif;
}
.zx_list li.current .time {
  display: none;
}
.zx_list li.current .con {
  display: block;
  color: #9a9a9a;
  text-indent: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.zx_list li.current .con a {
  font-size: 12px;
}
/*模块二样式*/
.mod-rec-s1 {
  border: 1px solid #aacbee;
}
.mod-rec-s1 .modhead {
  background-color: #1f83d8;
  color: #fff;
}
.mod-rec-s1 .modhead .modtitle a {
  color: #fff;
}
.mod-rec-s1 .modcon li {
  background-color: #eff6fd;
  font-size: 14px;
  padding: 1px 15px;
  margin: 0 0 8px 0;
}
.mod-rec-s1 .modcon li:last-child {
  margin: 0;
}
.mod-rec-s1 .modcon li a {
  background-image: url(../images/infoOpen.png);
  background-repeat: no-repeat;
  padding-left: 40px;
}
.mod-rec-s1 .modcon li .info-catalog {
  background-position: 0 -1px;
}
.mod-rec-s1 .modcon li .info-guide {
  background-position: 0 -38px;
}
.mod-rec-s1 .modcon li .info-system {
  background-position: 0 -76px;
}
.mod-rec-s1 .modcon li .info-report {
  background-position: 0 -112px;
}
.mod-rec-s1 .modcon li .info-opinion {
  background-position: 0 -151px;
}
.mod-rec-s1 .modcon li .info-open {
  background-position: 0 -187px;
}
/*模块三样式*/
.mod-rec-s2 {
  border: 1px solid #aacbee;
}
.mod-rec-s2 .modtitle {
  color: #1f83d8;
}
.mod-rec-s2 .modcon li {
  line-height: 2;
}
.server .modcon li {
  background-color: #eff6fd;
  font-size: 14px;
  padding: 1px 15px;
  margin: 0 0 8px 0;
}
.server .modcon li a {
  background-image: url(../images/server.png);
  background-repeat: no-repeat;
  background-color: #eff6fd;
  padding-left: 40px;
}
.server .modcon li a.server-guide {
  background-position: 0 -1px;
}
.server .modcon li a.server-download {
  background-position: 0 -45px;
}
@media only screen and (max-width: 768px) {
  .tab ul li,
  .modhead .modtitle {
    font-size: 16px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .mod-rec-s2 .modcon a {
    font-size: 12px;
  }
  .mod-rec-l2 {
    border: none;
  }
  .mod-rec-l2 .modhead {
    background: #fff;
  }
  .mod-rec-l2 .modtitle {
    font-weight: normal;
    font-size: 16px;
    padding: 0 16px;
    border: none;
    height: 38px;
    line-height: 38px;
  }
  .mod-rec-l3 .modhead,
  .table ul li,
  .moddynamichead {
    background-color: #fff !important;
  }
  .mod-rec-l3 .modhead .modtitle,
  .tab-rec-1 {
    background: none;
    border: none;
  }
  .modhead .modtitle:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 18px;
    background: #1f83d8;
    top: 10px;
    left: 0;
  }
  .mod-rec-s5 {
    padding: 0 !important;
  }
  .tab-rec-1 .table ul,
  .mod-rec-s2 .modhead {
    background: #fff !important;
  }
  .table ul li:last-child,
  .mod-rec-l3 {
    border: none;
  }
  .table ul li.on {
    font-weight: normal !important;
    border-bottom: 2px solid #1f83d8 !important;
  }
  .map-box li .detailed .title,
  .swiper-box .detailed .title {
    font-size: 14px;
    padding: 0 10px;
  }
  .map-box li .detailed .title,
  .swiper-box .detailed .txt {
    font-size: 12px;
    padding: 0 10px;
  }
}
/*默认TAB*/
.tab ul {
  margin-left: 0;
}
.tab ul li {
  float: left;
  width: 33.3333%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #eff6fd;
  text-align: center;
  cursor: pointer;
  border: 1px solid #aacbee;
  border-width: 0 0 1px 1px;
}
.tab ul li:first-child {
  border-left: none;
}
.tab ul li.on {
  background-color: #fff;
  border-bottom: none;
}
.tab ul li.on a {
  color: #1f83d8;
}
.tab-rec-1 {
  border: 1px solid #aacbee;
}
.tab-rec-1 .modcon {
  min-height: 200px;
}
.tab-rec-1 .modcon li {
  line-height: 2.2;
}
.navigation .tab .tabtitle {
  width: 40%;
  float: left;
  height: 40px;
  line-height: 40px;
  background-color: #eff6fd;
  border: 1px solid #aacbee;
  border-width: 0 1px 1px 0;
  color: #1f83d8;
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
}
.navigation .tab ul {
  width: 60%;
  float: right;
}
.navigation .tab li {
  width: 33.33%;
}
.navigation .modcon a {
  display: inline-block;
  line-height: 1;
  width: 19%;
}
.provincial a {
  width: 7% !important;
}
.navigation .modcon .last-tab-a a {
  width: 24%;
}
@media only screen and (max-width: 640px) {
  .mod-rec-l1 .modhead .modtitle {
    border: none;
    background: none;
  }
  .tab-rec-1,
  .mod-rec-l1,
  .mod-rec-s1 {
    border: none;
  }
  .tab ul li {
    background: #fff;
    border-width: 0 0 1px 0;
  }
  .tab ul li.on {
    border-bottom: 2px solid #1f83d8;
  }
  .modtitle {
    position: relative;
  }
  .modhead .modtitle:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 18px;
    background: #1f83d8;
    top: 12px;
    left: 0;
  }
  .modhead {
    background: #fff;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .tab-rec-1 .modcon a {
    font-size: 12px;
  }
}
/* 面包屑 */
.breadcrumbs {
  display: block;
  padding: 5px 10px;
  margin: 10px 0 0;
  border-width: 0;
  background: #fff;
  font-size: 0.875rem;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.breadcrumbs .menulist_icon {
  display: block;
  background: url(../images/list-menu.png) no-repeat right center;
  padding: 0 10px;
}
.breadcrumbs .f_drop_a {
  margin-left: 5px;
  margin-top: 3px;
  margin-right: 10px;
  padding-right: 10px;
  display: block;
  float: left;
  background: #f8f8f8;
  box-shadow: inset 0 0 10px #fff;
  text-align: center;
  border: 1px solid #d5d5d5;
  height: 1.5rem;
  line-height: 1.7em;
}
.breadcrumbs .f_drop_a:hover {
  background: #Fcfcfc;
}
.breadcrumbs .f_drop_a:hover .menulist_icon {
  color: #1e88ea;
}
.breadcrumbs .addr_now {
  height: 2em;
  line-height: 2em;
  overflow-x: auto;
  color: #5a5a5a;
  font-size: 14px;
}
.breadcrumbs .addr_now a {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .breadcrumbs {
    display: block;
    font-size: 0.75rem;
  }
  .breadcrumbs .f_drop_a {
    display: none;
  }
  .breadcrumbs .menulist_icon {
    display: none;
  }
}
/*分页样式*/
.pages {
  padding: 8px 0 5px 0;
  width: 100%;
  overflow: hidden;
  font-size: 0.75rem;
  border-top: 1px solid #9fcbf1;
}
.pages ul {
  float: left;
  position: relative;
  left: 50%;
  display: block;
  min-height: 2rem;
  margin: 0 7px 0 0;
}
.pages li {
  list-style: none;
  position: relative;
  right: 50%;
  font-size: 14px;
  margin: 0 1px;
  /*border: 1px solid #ddd;*/
  height: inherit;
  float: left;
  line-height: 28px;
  color: #999;
}
.pages li span.curpage {
  color: #1f83d8;
}
.pages li span.currecords {
  color: #1f83d8;
}
.pages li a {
  padding: 0 10px;
  display: block;
  line-height: 26px;
  text-align: center;
  border: 1px solid #1f83d8;
  background: #fff;
  float: left;
}
.pages li.on {
  border: 0px solid #1f83d8;
  background: #1f83d8;
  color: #fff;
  text-align: center;
  padding: 1px 12px;
  font-size: 14px;
  margin: 0 1px;
  height: inherit;
  float: left;
  line-height: 28px;
}
.pages li.dots {
  font-family: Tahoma;
  font-size: 14px;
}
.pages li a:hover {
  background: #1f83d8;
  color: #fff;
  text-decoration: none;
  border: 1px solid #1f83d8;
}
.pages .skip {
  display: none;
  padding: 0px 5px;
  line-height: normal;
}
.pages .firstpage,
.pages .endpage {
  display: none;
}
.pages li .skip_box {
  display: inline-block;
  border: 1px solid #999;
  width: 40px;
  height: 20px;
  padding: 0;
  margin: 2px 4px;
  line-height: 22px;
  border-radius: 0px;
  text-align: center;
}
.pages li .skip_btn {
  font-family: Verdana;
  background: #f7f7f7;
  text-align: center;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  height: 24px;
  line-height: 24px;
  width: 50px;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
}
.pages li .skip_btn:hover {
  background: #1f83d8;
  color: #fff;
  border-color: #1f83d8;
}
.pageInfo {
  position: absolute;
  left: 10px;
}
@media only screen and (min-width: 769px) {
  .pages li a {
    line-height: 26px;
    padding: 1px 10px;
    color: #797979;
    font-size: 12px;
  }
  .pages li.on {
    line-height: 28px;
    text-align: center;
    margin: 0 1px;
    padding: 1px 12px;
  }
  .pages li .skip_box {
    height: 22px;
    line-height: 22px;
  }
  .pages li .skip_btn {
    height: 25px;
    width: 50px;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .pages li {
    padding: 0 2px;
  }
  .pages li.on {
    border: 1px solid #1f83d8;
    background: #1f83d8;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin: 0 1px;
    padding: 0 10px;
  }
  .pages li:nth-child(2),
  .pages li:nth-child(10) {
    display: block;
  }
}
@media only screen and (max-width: 359px) {
  .pages li a {
    padding: 0 10px;
    line-height: 24px;
  }
  .pages li.on {
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .pages li a,
  .pages li.on {
    line-height: 30px;
    padding: 0 12px;
  }
  .pages li.on {
    border: 1px solid #1f83d8;
  }
}
@media screen and (min-width: 320px) and (max-width: 640px) {
  .pages ul li.skip {
    display: none;
  }
}
.column,
.columns {
  position: relative;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
/*搜索按钮*/
.search .search-area .btn {
  background-color: #1f83d8;
}
.search .search-area .sa-inp {
  border: 2px solid #1f83d8;
}
.search-key a {
  font-size: 12px;
  color: #9d9d9d;
  padding-right: 10px;
  white-space: nowrap;
}
/*提示框*/
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.v_info {
  z-index: -1;
  opacity: 0;
}
.fixed.v_info.show {
  z-index: 999;
  opacity: 1;
}
/* header*/
/*工具条*/
.tool-bar-bg {
  background: #f5f5f5;
}
.tool-bar {
  max-width: 1000px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
}
.tool-bar a {
  color: #666666;
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
}
.tool-share a {
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
}
.tool-share a span {
  font-size: 16px;
}
.tool-share a:first-child {
  margin-right: 0;
}
.tool-bar a:hover {
  color: #1f83d8;
}
.tool-bar .v-bar {
  float: left;
  font-size: 12px;
  line-height: 28px;
  padding: 0 5px;
}
.top-bar {
  height: 50px;
  line-height: 50px;
  background: #494136;
  padding: 0 8px;
}
.top-nav a {
  color: #fff;
  padding: 0 16px;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.top-bar .swiper-slide {
  width: auto;
}
.header {
  background: url(../images/bg.png) no-repeat;
  background-position: center 12px;
}
.p-logo {
  background: url(../images/logo.png) no-repeat left center;
  background-size: contain;
}
.s-logo {
  background: url(../images/clogo.png) no-repeat left center;
  background-size: contain;
}
.t-logo {
  display: block;
  width: 270px;
  height: 80px;
  background: url(../images/earthquake.png) no-repeat left center;
  background-size: contain;
  float: left;
}
.top-nav,
.top-nav-box {
  background: linear-gradient(to bottom, #1f83d8 0%, #1968ab 50%, #1f83d8 100%);
  background: -webkit-linear-gradient(to bottom, #1f83d8 0%, #1968ab 50%, #1f83d8 100%);
  background: -moz-linear-gradient(to bottom, #1f83d8 0%, #1968ab 50%, #1f83d8 100%);
  background: -o-linear-gradient(to bottom, #1f83d8 0%, #1968ab 50%, #1f83d8 100%);
}
.top-nav a:hover {
  background-color: #1968ab;
}
@media only screen and (max-width: 639px) {
  .top-nav {
    background: none;
  }
  .tool-bar-bg {
    display: none;
  }
}
/*footer*/
.footer .subnav a,
.footer .subnav span,
.footer .copyright {
  color: #999999;
}
.mobile {
  background-color: #1f83d8;
}
.mobile-title {
  border-bottom: 2px solid #1f83d8;
}
/*首页*/
.notice {
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  background-color: #eff6fd;
  color: #1f83d8;
}
.channel {
  background-image: url(../images/channel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #eff6fd;
  width: 100%;
  height: 45px;
}
@media only screen and (max-width: 639px) {
  .channel {
    background-size: 666px;
    background-position: 0 6px;
  }
}
.map-box .list li.active {
  background-color: #eff6fd;
}
.map-box li .fa-angle-right {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #1f83d8;
}
.card {
  margin-bottom: 0;
}
.card li {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card li {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .card li {
    text-align: left;
  }
  .card li a {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .card li a img {
    width: 100%;
  }
}
.customize_panel.dropdown-pane {
  width: 100px !important;
  padding: 0;
}
.dropdown-pane .modal-header {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  color: #1f83d8;
  height: 34px;
  text-align: left;
  line-height: 34px;
  padding-left: 10px;
}
.dropdown-pane .modal-header .close-button {
  background: none;
  height: 28px;
  width: 28px;
  padding: 0;
  height: auto;
  line-height: normal;
}
.customize_panel.dropdown-pane .close-button {
  display: none;
}
#index_site .modal-body {
  line-height: normal;
}
#qrcode {
  top: -70px !important;
  width: 120px;
  height: 120px;
}
#qrcode canvas {
  width: 100% !important;
}
@media only screen and (min-width: 1025px) {
  #weixin {
    right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  #weixin {
    right: 0;
  }
  .customize_panel.dropdown-pane .close-button {
    display: block;
    top: 3px;
    right: 4px;
  }
}
@media only screen and (min-width: 768px) {
  #weixin .modal-header {
    height: 0px;
    border: none;
  }
}
@media only screen and (max-width: 639px) {
  .customize_panel.dropdown-pane {
    width: 100%;
    height: 100vh !important;
    top: 0 !important;
    border: none;
    width: 100% !important;
    z-index: 11;
  }
  .dropdown-pane .modal-header {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .modal-body {
    text-align: center;
  }
  .customize_panel.dropdown-pane .close-button {
    display: block;
  }
}
.map-text a {
  color: #1f83d8;
}
.go a:hover {
  background: #1f83d8;
}
